home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Macintosh Drag and Drop / Demo Applications / DragsAndLists / DragsAndLists.r < prev    next >
Encoding:
Text File  |  1995-04-04  |  309 b   |  26 lines  |  [TEXT/MPS ]

  1.  
  2. #ifdef PowerPCBuild
  3. #include "CodeFragmentTypes.r"
  4. #endif
  5.  
  6. include "DragsAndLists.rsrc";
  7.  
  8.  
  9. #ifdef PowerPCBuild
  10. resource 'cfrg' (0,sysheap,locked)
  11. {
  12.     {
  13.         kPowerPC,
  14.         kFullLib,
  15.         kNoVersionNum,
  16.         kNoVersionNum,
  17.         0,
  18.         0,
  19.         kIsApp,
  20.         kOnDiskFlat,
  21.         kZeroOffset,
  22.         kWholeFork,
  23.         "GetDragHiliteColor"
  24.     }
  25. };
  26. #endif